home *** CD-ROM | disk | FTP | other *** search
- ReadArchive "statics.vib"
-
- static dt = TWO_PI / AnimationLength
-
- static simplesurf = PlainSurface [ Kd 0.8 Ks(0.2, '1,1,1') BlinnSpecularBRDF 20 ]
-
- static simple_blue = Shader [ simplesurf [ Color '0,0,1' ] ]
-
- static simple_red = Shader [ simplesurf [ Color '0.8,0.1,0' ] ]
-
- static matte_yellow = Shader [ PlainSurface [ Color '0.5,0.5,0' Kd 0.9 ] ]
-